JMCopyTextRef
Duplicates a text object.
OSStatus JMCopyTextRef (
const JMTextRef textRefSrc,
JMTextRef* textRefDst);textRefSrc- The text object you want to duplicate.
textRefDst- A pointer to a text object. On return, this parameter contains a copy of the
textRefSrctext object.- function result
- A result code; see "JManager Result Codes".